-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify the floating point accuracy of the round() function #3178
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3178 +/- ##
==========================================
+ Coverage 85.21% 85.23% +0.01%
==========================================
Files 1295 1295
Lines 118198 118198
==========================================
+ Hits 100728 100744 +16
+ Misses 17470 17454 -16
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well Done!
Neo4j also supports round(), with precision and rounding mode
, will we support it too? https://neo4j.com/docs/cypher-manual/current/functions/mathematical-numeric/#functions-round3
@nevermore3 @jievince PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Related Issue
close #3105
What is changed and how it works?
According to the discussion in cppreference
The implementation of
round()
in source code of pythonNote
round()